+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
+2002-01-08 jacob berkman <jacob@ximian.com>
+
+ * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
+ the child rather than the layout. see bug #68263
+
Tue Jan 8 14:51:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkpaned.c (gtk_paned_expose): Don't draw
gtk_widget_thaw_child_notify (widget);
if (GTK_WIDGET_VISIBLE (widget) && GTK_WIDGET_VISIBLE (layout))
- gtk_widget_queue_resize (GTK_WIDGET (layout));
+ gtk_widget_queue_resize (GTK_WIDGET (widget));
}
/**